projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c538bdc
)
Make it possible to finalize theming engines
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 3 May 2013 01:36:45 +0000
(21:36 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 3 May 2013 01:36:45 +0000
(21:36 -0400)
This was broken since forever. Good that we never finalize
theme engines...
gtk/gtkthemingengine.c
patch
|
blob
|
history
diff --git
a/gtk/gtkthemingengine.c
b/gtk/gtkthemingengine.c
index 8a0ae4700c65f1ebeef0c0247c051a1dcaf084a0..282dd4c2270343e63a442c683e3cdc560ba53d23 100644
(file)
--- a/
gtk/gtkthemingengine.c
+++ b/
gtk/gtkthemingengine.c
@@
-277,7
+277,7
@@
gtk_theming_engine_finalize (GObject *object)
priv = GTK_THEMING_ENGINE (object)->priv;
g_free (priv->name);
- G_OBJECT_
GET_
CLASS (gtk_theming_engine_parent_class)->finalize (object);
+ G_OBJECT_CLASS (gtk_theming_engine_parent_class)->finalize (object);
}
static void